home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Programming
/
CVS
/
source
/
amiga
/
netinclude
/
sys
/
ioctl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-12-04
|
236 b
|
17 lines
#ifndef _SYS_IOCTL_H_
#define _SYS_IOCTL_H_
#ifndef _SYS_IOCCOM_H_
#include <sys/ioccom.h>
#endif
#ifndef _SYS_FILIO_H_
#include <sys/filio.h>
#endif
#ifndef _SYS_SOCKIO_H_
#include <sys/sockio.h>
#endif
#endif /* !_SYS_IOCTL_H_ */